home *** CD-ROM | disk | FTP | other *** search
/ 10 jaar 1990-2000 / 10 JAAR HVB.bin / data / 19-3 / START.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-10-13  |  157 b   |  17 lines

  1. @echo off
  2. cls
  3. :loop
  4. startmnu.exe
  5. if errorlevel 2 goto 2
  6. if errorlevel 1 goto 1
  7. goto 0
  8. :2
  9. call quinta
  10. goto loop
  11. :1
  12. call srp
  13. goto loop
  14. :0
  15. cls
  16.  
  17.